home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June / CHIP 2006-06.2.iso / program / freeware / ubrowser.exe / ubrowser / ubrowser.vcproj < prev   
Encoding:
Extensible Markup Language  |  2006-02-16  |  7.1 KB  |  153 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="ubrowser"
  6.     ProjectGUID="{2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories=""C:\glut-3.7.6-bin";C:\glui_v2_2;"C:\mozilla\objdir-debug-xulrunner-small\dist\sdk\include";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\webbrwsr";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\docshell";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\dom";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\string";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\widget";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\gfx";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\xpcom";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\uriloader";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\view";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\layout";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\content";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\locale";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\profdirserviceprovider";"C:\mozilla\objdir-debug-xulrunner-small\dist\include\xulapp""
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;_WINDOWS;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="3"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="0"
  28.                 WarningLevel="3"
  29.                 Detect64BitPortabilityProblems="FALSE"
  30.                 DebugInformationFormat="4"/>
  31.             <Tool
  32.                 Name="VCCustomBuildTool"/>
  33.             <Tool
  34.                 Name="VCLinkerTool"
  35.                 AdditionalDependencies="opengl32.lib glu32.lib version.lib comctl32.lib nspr4.lib plc4.lib profdirserviceprovider_s.lib xpcom.lib xul.lib"
  36.                 OutputFile="$(OutDir)/ubrowser.exe"
  37.                 LinkIncremental="2"
  38.                 AdditionalLibraryDirectories=""C:\glut-3.7.6-bin";C:\glui_v2_2\msvc\Release;"C:\mozilla\objdir-debug-xulrunner-small\dist\sdk\lib";"C:\mozilla\objdir-debug-xulrunner-small\dist\lib";"C:\mozilla\objdir-debug-xulrunner-small\dist\lib\components""
  39.                 IgnoreDefaultLibraryNames="msvcrtd.lib"
  40.                 GenerateDebugInformation="TRUE"
  41.                 ProgramDatabaseFile="$(OutDir)/ubrowser.pdb"
  42.                 SubSystem="1"
  43.                 TargetMachine="1"/>
  44.             <Tool
  45.                 Name="VCMIDLTool"/>
  46.             <Tool
  47.                 Name="VCPostBuildEventTool"
  48.                 Description="Copying  required files to application directory"
  49.                 CommandLine="if not exist "$(TargetDir)\*.dll" xcopy c:\mozilla\objdir-debug-xulrunner-small\dist\bin\*.* "$(TargetDir)" /s /y
  50. if not exist "$(TargetDir)\glut32.dll" copy C:\glut-3.7.6-bin\glut32.dll "$(TargetDir)" /y
  51. "/>
  52.             <Tool
  53.                 Name="VCPreBuildEventTool"/>
  54.             <Tool
  55.                 Name="VCPreLinkEventTool"/>
  56.             <Tool
  57.                 Name="VCResourceCompilerTool"/>
  58.             <Tool
  59.                 Name="VCWebServiceProxyGeneratorTool"/>
  60.             <Tool
  61.                 Name="VCXMLDataGeneratorTool"/>
  62.             <Tool
  63.                 Name="VCWebDeploymentTool"/>
  64.             <Tool
  65.                 Name="VCManagedWrapperGeneratorTool"/>
  66.             <Tool
  67.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  68.         </Configuration>
  69.         <Configuration
  70.             Name="Release|Win32"
  71.             OutputDirectory="Release"
  72.             IntermediateDirectory="Release"
  73.             ConfigurationType="1"
  74.             CharacterSet="2"
  75.             WholeProgramOptimization="FALSE">
  76.             <Tool
  77.                 Name="VCCLCompilerTool"
  78.                 AdditionalIncludeDirectories=""C:\glut-3.7.6-bin";C:\glui_v2_2;"C:\mozilla\objdir-opt-xulrunner-small\dist\sdk\include";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\webbrwsr";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\docshell";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\dom";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\xpcom";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\widget";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\gfx";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\string";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\uriloader";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\view";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\layout";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\content";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\locale";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\profdirserviceprovider";"C:\mozilla\objdir-opt-xulrunner-small\dist\include\xulapp""
  79.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API"
  80.                 RuntimeLibrary="4"
  81.                 UsePrecompiledHeader="0"
  82.                 WarningLevel="3"
  83.                 Detect64BitPortabilityProblems="FALSE"
  84.                 DebugInformationFormat="3"/>
  85.             <Tool
  86.                 Name="VCCustomBuildTool"/>
  87.             <Tool
  88.                 Name="VCLinkerTool"
  89.                 AdditionalDependencies="opengl32.lib glu32.lib version.lib comctl32.lib nspr4.lib plc4.lib profdirserviceprovider_s.lib xpcom.lib xul.lib"
  90.                 OutputFile="$(OutDir)/ubrowser.exe"
  91.                 LinkIncremental="1"
  92.                 AdditionalLibraryDirectories=""C:\glut-3.7.6-bin";C:\glui_v2_2\msvc\Release;"C:\mozilla\objdir-opt-xulrunner-small\dist\sdk\lib";"C:\mozilla\objdir-opt-xulrunner-small\dist\lib";"C:\mozilla\objdir-opt-xulrunner-small\dist\lib\components""
  93.                 IgnoreDefaultLibraryNames="msvcrt.lib"
  94.                 GenerateDebugInformation="TRUE"
  95.                 SubSystem="1"
  96.                 OptimizeReferences="2"
  97.                 EnableCOMDATFolding="2"
  98.                 TargetMachine="1"/>
  99.             <Tool
  100.                 Name="VCMIDLTool"/>
  101.             <Tool
  102.                 Name="VCPostBuildEventTool"
  103.                 Description="Copying  required files to application directory"
  104.                 CommandLine="if not exist "$(TargetDir)\*.dll" xcopy C:\mozilla\objdir-opt-xulrunner-small\dist\bin\*.* "$(TargetDir)" /s /y
  105. if not exist "$(TargetDir)\glut32.dll" copy C:\glut-3.7.6-bin\glut32.dll "$(TargetDir)" /y
  106. "/>
  107.             <Tool
  108.                 Name="VCPreBuildEventTool"/>
  109.             <Tool
  110.                 Name="VCPreLinkEventTool"/>
  111.             <Tool
  112.                 Name="VCResourceCompilerTool"/>
  113.             <Tool
  114.                 Name="VCWebServiceProxyGeneratorTool"/>
  115.             <Tool
  116.                 Name="VCXMLDataGeneratorTool"/>
  117.             <Tool
  118.                 Name="VCWebDeploymentTool"/>
  119.             <Tool
  120.                 Name="VCManagedWrapperGeneratorTool"/>
  121.             <Tool
  122.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  123.         </Configuration>
  124.     </Configurations>
  125.     <References>
  126.     </References>
  127.     <Files>
  128.         <File
  129.             RelativePath=".\app.cpp">
  130.         </File>
  131.         <File
  132.             RelativePath=".\embeddedbrowser.cpp">
  133.         </File>
  134.         <File
  135.             RelativePath=".\embeddedbrowser.h">
  136.         </File>
  137.         <File
  138.             RelativePath=".\embeddedbrowserwindow.cpp">
  139.         </File>
  140.         <File
  141.             RelativePath=".\embeddedbrowserwindow.h">
  142.         </File>
  143.         <File
  144.             RelativePath=".\ubrowser.cpp">
  145.         </File>
  146.         <File
  147.             RelativePath=".\ubrowser.h">
  148.         </File>
  149.     </Files>
  150.     <Globals>
  151.     </Globals>
  152. </VisualStudioProject>
  153.